CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - socket tcp

搜索资源列表

  1. StealthTCPScanner

    0下载:
  2. SOCKET编程例子3-Example 3 for SOCKET programming.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-20
    • 文件大小:59910
    • 提供者:王宇
  1. TCPsockets02

    0下载:
  2. SockeT基于TCP/IP的连接并包含多种解码界面调用部分-SockeT based on TCP/IP connectivity and includes multiple codec interface called part
  3. 所属分类:CSharp

    • 发布日期:2017-11-15
    • 文件大小:8210
    • 提供者:辛洪梅
  1. TCPIP

    1下载:
  2. 运用套接字进行IP/TCP通信, 学习socket和IPTCP-Sockets for the use of IP/TCP communications, socket and IPTCP learning
  3. 所属分类:Communication

    • 发布日期:2017-11-10
    • 文件大小:78010
    • 提供者:zhouxiaohua
  1. test-net

    0下载:
  2. tcp udp socket 网络编程 linux-tcp udp socket network programming linux
  3. 所属分类:Linux Network

    • 发布日期:2017-03-27
    • 文件大小:3684
    • 提供者:uleone
  1. TCPIP_Socket

    0下载:
  2. TCP/IP socket on VC
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-17
    • 文件大小:17444
    • 提供者:dainv
  1. Socket

    0下载:
  2. socket通信,支持udp/tcp通信,广播方式-socket communications, support for udp/tcp communication, broadcasting
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-14
    • 文件大小:4308
    • 提供者:郭克新
  1. socket

    0下载:
  2. 运用socket的客户端与服务端通信,通过抓包工具可以分析Tcp服务。-The use of socket client and server communications, through the capture tool Tcp services can be analyzed.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-26
    • 文件大小:1437
    • 提供者:雁子
  1. TCPIPsockets

    1下载:
  2. VC++ 开发的Symbian客户端开发,TCP/IP 协议,Socket 应用,与电脑端的服务器连接接收发数据。-VC++ Developed Symbian client development, TCP/IP protocol, Socket applications, and computer server-side data connections to receive fat.
  3. 所属分类:Symbian

    • 发布日期:2017-03-28
    • 文件大小:23127
    • 提供者:爱逍遥
  1. RawTCP-IP

    0下载:
  2. Raw TCP/IP类库,含ping,ipconfig,TcpServer,UdpScaner,Udpserver等内容-Raw TCP/IP library, including ping, ipconfig, TcpServer, UdpScaner, Udpserver etc.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:618938
    • 提供者:
  1. JAVA

    0下载:
  2. 用java实现底层网络通信,主要用的是 TCP/IP协议里的套接字(Socket)编程接口来实现网络通讯,具有良好的界面。-Using java to achieve the underlying network communication, mainly using the TCP/IP protocol in the socket (Socket) programming interface to achieve network communications, has a good inte
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:119682
    • 提供者:罗亚兴
  1. PacketSniffer

    0下载:
  2. Title: Raw Packet Sniffer It currently has support for 3 protocols (TCP, UDP and ICMP) and can very easily be expanded to include more. The packet sniffer itself is wrapped in a very object oriented fashoin allowing you to just plug it right int
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:80395
    • 提供者:ST.POLO
  1. tcp

    0下载:
  2. 最简单的socket编程,server 和 client-The most simple socket programming, server and client
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1352
    • 提供者:fcode
  1. GTK_MySQ-LTCP_IP

    0下载:
  2. 在Linux平台下采用两种高级环境GTK+2.0和MySQL设计基于TCP/IP的网络聊天室,利用Linux操作系统的多线程技术和套接字编程技术.用GTK+2.0和MySQL开发数据库关键技术,详细说明了系统的通信原理和软件的设计与实现方法.-This paper introduces TCP/IP-based the chatrooms in network under the Linux environment with two advanced GTK+2.0 and MySQL usin
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-06
    • 文件大小:608641
    • 提供者:rejoiceliberty
  1. DS_Netfilter

    0下载:
  2. server/client media streaming using window socket (TCP) by directshow filter.
  3. 所属分类:Multimedia program

    • 发布日期:2017-04-26
    • 文件大小:119162
    • 提供者:hoat
  1. socket

    0下载:
  2. TCP 客户端和服务器端,非常的简单,适合初学者搞清楚TCP的原理-TCP client and server-side, very easy for beginners to figure out the principles of TCP
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-24
    • 文件大小:13313
    • 提供者:lala
  1. LINUX-socket

    1下载:
  2. Socket接口是TCP/IP网络的API,Socket接口定义了许多函数或例程,程序员可以用它们来开发TCP/IP网络上的应用程序。要学Internet上的TCP/IP网络编程,必须理解Socket接口。     Socket接口设计者最先是将接口放在Unix操作系统里面的。如果了解Unix系统的输入和输出的话,就很容易了解Socket了。网络的 Socket数据传输是一种特殊的I/O,Socket也是一种文件描述符。Socket也具有一个类似于打开文件的函数调用Socket(),该函数返
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:1406540
    • 提供者:陈威
  1. Socket

    0下载:
  2. 内有UDP点对点聊天及TCP.UDP高级编程等相关的详细代码。从事网络编程开发及学习者值得借鉴。-Within the UDP peer-to-peer chat and have TCP.UDP high-level programming code and other related details. Engaged in the development of network programming and learners to learn.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-25
    • 文件大小:297536
    • 提供者:wangxh
  1. Server_Client

    0下载:
  2. TCP/IP Socket Server Source Client Source Chat Program
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-16
    • 文件大小:4132351
    • 提供者:Parkj
  1. TCP_Socket

    1下载:
  2. Tcp Socket 源码程序 TCP/IP socket Class 源码程序 -TCP/IP socket Class Source Code
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-07
    • 文件大小:608202
    • 提供者:JerryJiang
  1. text

    0下载:
  2. 一个简单的VC++ tcp 实现聊天 其中利用socket-A simple VC++ Tcp chat realize which use socket
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-11
    • 文件大小:1392
    • 提供者:龙之吻
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com